﻿2026-07-17T03:04:46.6902914Z ##[group]Run set -euo pipefail
2026-07-17T03:04:46.6903891Z [36;1mset -euo pipefail[0m
2026-07-17T03:04:46.6904727Z [36;1mPIN=0c95435[0m
2026-07-17T03:04:46.6905538Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-17T03:04:46.6906520Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-17T03:04:46.6907900Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-17T03:04:46.6909782Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-17T03:04:46.6911756Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-17T03:04:46.6913181Z [36;1m  rm -rf "$CACHE"[0m
2026-07-17T03:04:46.6914118Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-17T03:04:46.6915225Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-17T03:04:46.6916547Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-17T03:04:46.6917958Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-17T03:04:46.6932700Z [36;1mfi[0m
2026-07-17T03:04:46.6934363Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-17T03:04:46.6951163Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-17T03:04:46.6952284Z env:
2026-07-17T03:04:46.6952995Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-17T03:04:46.6953892Z ##[endgroup]
2026-07-17T03:04:47.3855518Z    Compiling proc-macro2 v1.0.106
2026-07-17T03:04:47.3856033Z    Compiling quote v1.0.45
2026-07-17T03:04:47.3856416Z    Compiling unicode-ident v1.0.24
2026-07-17T03:04:47.3856743Z    Compiling libc v0.2.186
2026-07-17T03:04:47.3857134Z    Compiling serde_core v1.0.228
2026-07-17T03:04:47.3857458Z    Compiling cfg-if v1.0.4
2026-07-17T03:04:47.3897505Z    Compiling serde v1.0.228
2026-07-17T03:04:47.3922617Z    Compiling log v0.4.32
2026-07-17T03:04:47.3940152Z    Compiling pin-project-lite v0.2.17
2026-07-17T03:04:47.3972009Z    Compiling typenum v1.20.1
2026-07-17T03:04:47.3972804Z    Compiling portable-atomic v1.13.1
2026-07-17T03:04:47.4020280Z    Compiling memchr v2.8.1
2026-07-17T03:04:47.4066238Z    Compiling version_check v0.9.5
2026-07-17T03:04:47.4067541Z    Compiling critical-section v1.2.0
2026-07-17T03:04:47.4114235Z    Compiling shlex v2.0.1
2026-07-17T03:04:47.4400036Z    Compiling find-msvc-tools v0.1.9
2026-07-17T03:04:47.4860508Z    Compiling subtle v2.6.1
2026-07-17T03:04:47.4869982Z    Compiling bytes v1.11.1
2026-07-17T03:04:47.5234449Z    Compiling futures-core v0.3.32
2026-07-17T03:04:47.6310201Z    Compiling equivalent v1.0.2
2026-07-17T03:04:47.6421269Z    Compiling smallvec v1.15.1
2026-07-17T03:04:47.6773725Z    Compiling itoa v1.0.18
2026-07-17T03:04:47.6943421Z    Compiling semver v1.0.28
2026-07-17T03:04:47.7088134Z    Compiling stable_deref_trait v1.2.1
2026-07-17T03:04:47.7313875Z    Compiling futures-sink v0.3.32
2026-07-17T03:04:47.7341444Z    Compiling futures-io v0.3.32
2026-07-17T03:04:47.7496470Z    Compiling slab v0.4.12
2026-07-17T03:04:47.7728592Z    Compiling generic-array v0.14.7
2026-07-17T03:04:47.7965031Z    Compiling futures-task v0.3.32
2026-07-17T03:04:47.8172038Z    Compiling futures-channel v0.3.32
2026-07-17T03:04:47.9001392Z    Compiling rand_core v0.10.1
2026-07-17T03:04:47.9033904Z    Compiling hashbrown v0.17.1
2026-07-17T03:04:47.9532076Z    Compiling rustversion v1.0.22
2026-07-17T03:04:47.9691923Z    Compiling bitflags v2.12.1
2026-07-17T03:04:47.9851085Z    Compiling getrandom v0.4.2
2026-07-17T03:04:48.0004301Z    Compiling rustc_version v0.4.1
2026-07-17T03:04:48.0371350Z    Compiling cpufeatures v0.2.17
2026-07-17T03:04:48.0848854Z    Compiling fnv v1.0.7
2026-07-17T03:04:48.0851315Z    Compiling cfg_aliases v0.2.1
2026-07-17T03:04:48.0956102Z    Compiling strsim v0.11.1
2026-07-17T03:04:48.1450661Z    Compiling litemap v0.8.2
2026-07-17T03:04:48.1562045Z    Compiling writeable v0.6.3
2026-07-17T03:04:48.1631721Z    Compiling utf8_iter v1.0.4
2026-07-17T03:04:48.2251254Z    Compiling fs_extra v1.3.0
2026-07-17T03:04:48.2570852Z    Compiling dunce v1.0.5
2026-07-17T03:04:48.3103686Z    Compiling icu_normalizer_data v2.2.0
2026-07-17T03:04:48.3341732Z    Compiling icu_properties_data v2.2.0
2026-07-17T03:04:48.3461291Z    Compiling ident_case v1.0.1
2026-07-17T03:04:48.3670967Z    Compiling percent-encoding v2.3.2
2026-07-17T03:04:48.4691298Z    Compiling autocfg v1.5.1
2026-07-17T03:04:48.5831844Z    Compiling http v1.4.1
2026-07-17T03:04:48.5970638Z    Compiling aws-lc-rs v1.17.0
2026-07-17T03:04:48.6072225Z    Compiling thiserror v2.0.18
2026-07-17T03:04:48.6197177Z    Compiling unicode-segmentation v1.13.3
2026-07-17T03:04:48.6672721Z    Compiling cpufeatures v0.3.0
2026-07-17T03:04:48.7112627Z    Compiling scopeguard v1.2.0
2026-07-17T03:04:48.7289849Z    Compiling indexmap v2.14.0
2026-07-17T03:04:48.7764089Z    Compiling syn v2.0.117
2026-07-17T03:04:48.7867835Z    Compiling lock_api v0.4.14
2026-07-17T03:04:48.7880834Z    Compiling chacha20 v0.10.0
2026-07-17T03:04:48.8419687Z    Compiling form_urlencoded v1.2.2
2026-07-17T03:04:48.8551895Z    Compiling untrusted v0.9.0
2026-07-17T03:04:48.8631706Z    Compiling rustls v0.23.40
2026-07-17T03:04:48.9682397Z    Compiling heck v0.5.0
2026-07-17T03:04:49.0102880Z    Compiling unicode-xid v0.2.6
2026-07-17T03:04:49.0390056Z    Compiling const-oid v0.10.2
2026-07-17T03:04:49.0401031Z    Compiling atomic-waker v1.1.2
2026-07-17T03:04:49.0557308Z    Compiling anyhow v1.0.102
2026-07-17T03:04:49.0676649Z    Compiling httparse v1.10.1
2026-07-17T03:04:49.0980813Z    Compiling paste v1.0.15
2026-07-17T03:04:49.1310896Z    Compiling parking_lot_core v0.9.12
2026-07-17T03:04:49.1370947Z    Compiling zerocopy v0.8.50
2026-07-17T03:04:49.1620901Z    Compiling num-traits v0.2.19
2026-07-17T03:04:49.2155025Z    Compiling jobserver v0.1.34
2026-07-17T03:04:49.2383839Z    Compiling convert_case v0.10.0
2026-07-17T03:04:49.2586244Z    Compiling hybrid-array v0.4.12
2026-07-17T03:04:49.3176287Z    Compiling curve25519-dalek v4.1.3
2026-07-17T03:04:49.3233981Z    Compiling ahash v0.8.12
2026-07-17T03:04:49.3430658Z    Compiling either v1.16.0
2026-07-17T03:04:49.3810343Z    Compiling fastrand v2.4.1
2026-07-17T03:04:49.4940963Z    Compiling base64ct v1.8.3
2026-07-17T03:04:49.5263743Z    Compiling powerfmt v0.2.0
2026-07-17T03:04:49.5353043Z    Compiling cc v1.2.63
2026-07-17T03:04:49.5870503Z    Compiling crypto-common v0.1.7
2026-07-17T03:04:49.6121093Z    Compiling block-buffer v0.10.4
2026-07-17T03:04:49.6155255Z    Compiling http-body v1.0.1
2026-07-17T03:04:49.6862631Z    Compiling deranged v0.5.8
2026-07-17T03:04:49.7350749Z    Compiling digest v0.10.7
2026-07-17T03:04:49.7590491Z    Compiling data-encoding v2.11.0
2026-07-17T03:04:49.7760920Z    Compiling vcpkg v0.2.15
2026-07-17T03:04:49.8535972Z    Compiling pem-rfc7468 v1.0.0
2026-07-17T03:04:49.8640888Z    Compiling tinyvec_macros v0.1.1
2026-07-17T03:04:49.9401013Z    Compiling time-core v0.1.8
2026-07-17T03:04:49.9780710Z    Compiling pkg-config v0.3.33
2026-07-17T03:04:49.9931351Z    Compiling tower-service v0.3.3
2026-07-17T03:04:50.0521126Z    Compiling try-lock v0.2.5
2026-07-17T03:04:50.0607865Z    Compiling base64 v0.22.1
2026-07-17T03:04:50.1220995Z    Compiling mio v1.2.1
2026-07-17T03:04:50.1371365Z    Compiling socket2 v0.6.4
2026-07-17T03:04:50.1450770Z    Compiling getrandom v0.2.17
2026-07-17T03:04:50.2740789Z    Compiling zmij v1.0.21
2026-07-17T03:04:50.2798671Z    Compiling num-conv v0.2.2
2026-07-17T03:04:50.3400895Z    Compiling rand_core v0.6.4
2026-07-17T03:04:50.4467875Z    Compiling rand v0.10.1
2026-07-17T03:04:50.4678774Z    Compiling uuid v1.23.2
2026-07-17T03:04:50.5180090Z    Compiling parking_lot v0.12.5
2026-07-17T03:04:50.5520623Z    Compiling want v0.3.1
2026-07-17T03:04:50.5582073Z    Compiling sha2 v0.10.9
2026-07-17T03:04:50.5713282Z    Compiling crypto-common v0.2.2
2026-07-17T03:04:50.6621627Z    Compiling block-buffer v0.12.0
2026-07-17T03:04:50.6700463Z    Compiling tinyvec v1.11.0
2026-07-17T03:04:50.8350778Z    Compiling inout v0.1.4
2026-07-17T03:04:50.8771004Z    Compiling vergen-lib v9.1.0
2026-07-17T03:04:50.9410651Z    Compiling cmake v0.1.58
2026-07-17T03:04:50.9551328Z    Compiling n0-future v0.3.2
2026-07-17T03:04:51.0010895Z    Compiling parking v2.2.1
2026-07-17T03:04:51.0177052Z    Compiling winnow v1.0.3
2026-07-17T03:04:51.0179590Z    Compiling crossbeam-utils v0.8.21
2026-07-17T03:04:51.0741048Z    Compiling httpdate v1.0.3
2026-07-17T03:04:51.1011170Z    Compiling spin v0.10.0
2026-07-17T03:04:51.1080803Z    Compiling serde_json v1.0.150
2026-07-17T03:04:51.1683416Z    Compiling diatomic-waker v0.2.3
2026-07-17T03:04:51.1772771Z    Compiling signature v2.2.0
2026-07-17T03:04:51.1823689Z    Compiling cordyceps v0.3.4
2026-07-17T03:04:51.2016935Z    Compiling futures-lite v2.6.1
2026-07-17T03:04:51.2924977Z    Compiling ed25519 v2.2.3
2026-07-17T03:04:51.3309271Z    Compiling cipher v0.4.4
2026-07-17T03:04:51.3383375Z    Compiling netlink-packet-core v0.8.1
2026-07-17T03:04:51.4064851Z    Compiling digest v0.11.3
2026-07-17T03:04:51.4725340Z    Compiling universal-hash v0.5.1
2026-07-17T03:04:51.4774202Z    Compiling vergen v9.1.0
2026-07-17T03:04:51.4828644Z    Compiling vergen-lib v0.1.6
2026-07-17T03:04:51.5680992Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-17T03:04:51.5810042Z    Compiling heapless v0.7.17
2026-07-17T03:04:51.5930030Z    Compiling futures-buffered v0.2.13
2026-07-17T03:04:51.6052863Z    Compiling noq-udp v0.10.0
2026-07-17T03:04:51.6278358Z    Compiling sync_wrapper v1.0.2
2026-07-17T03:04:51.6314975Z    Compiling byteorder v1.5.0
2026-07-17T03:04:51.6517331Z    Compiling allocator-api2 v0.2.21
2026-07-17T03:04:51.7011129Z    Compiling opaque-debug v0.3.1
2026-07-17T03:04:51.7200618Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-17T03:04:51.7661230Z    Compiling polyval v0.6.2
2026-07-17T03:04:51.8205974Z    Compiling aws-lc-sys v0.41.0
2026-07-17T03:04:51.8334032Z    Compiling ring v0.17.14
2026-07-17T03:04:51.8336383Z    Compiling libsqlite3-sys v0.30.1
2026-07-17T03:04:51.8512009Z    Compiling hash32 v0.2.1
2026-07-17T03:04:51.9702669Z    Compiling spin v0.9.8
2026-07-17T03:04:52.0095758Z    Compiling vergen-gitcl v1.0.8
2026-07-17T03:04:52.0181019Z    Compiling ryu v1.0.23
2026-07-17T03:04:52.0512904Z    Compiling tower-layer v0.3.3
2026-07-17T03:04:52.0631218Z    Compiling fallible-iterator v0.3.0
2026-07-17T03:04:52.0984573Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-17T03:04:52.1785564Z    Compiling signature v3.0.0
2026-07-17T03:04:52.1863915Z    Compiling num_threads v0.1.7
2026-07-17T03:04:52.2350669Z    Compiling ghash v0.5.1
2026-07-17T03:04:52.2400763Z    Compiling ctr v0.9.2
2026-07-17T03:04:52.2460584Z    Compiling aes v0.8.4
2026-07-17T03:04:52.2901567Z    Compiling time v0.3.47
2026-07-17T03:04:52.3041796Z    Compiling sha2 v0.11.0-rc.5
2026-07-17T03:04:52.3435727Z    Compiling fs2 v0.4.3
2026-07-17T03:04:52.4287353Z    Compiling http-body-util v0.1.3
2026-07-17T03:04:52.4562484Z    Compiling aead v0.5.2
2026-07-17T03:04:52.4723853Z    Compiling openssl-probe v0.2.1
2026-07-17T03:04:52.5160729Z    Compiling arrayvec v0.7.6
2026-07-17T03:04:52.5835955Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-17T03:04:52.6395751Z    Compiling utf8parse v0.2.2
2026-07-17T03:04:52.6566897Z    Compiling crossbeam-epoch v0.9.18
2026-07-17T03:04:52.6891973Z    Compiling crossbeam-channel v0.5.15
2026-07-17T03:04:52.7022286Z    Compiling blake3 v1.8.5
2026-07-17T03:04:52.7180773Z    Compiling netlink-packet-route v0.29.0
2026-07-17T03:04:52.7510852Z    Compiling memoffset v0.6.5
2026-07-17T03:04:52.8980979Z    Compiling aes-gcm v0.10.3
2026-07-17T03:04:52.8982272Z    Compiling acto v0.8.2
2026-07-17T03:04:53.0236425Z    Compiling noq v0.18.0
2026-07-17T03:04:53.0742834Z    Compiling netwatch v0.16.0
2026-07-17T03:04:53.0895932Z    Compiling sorted-index-buffer v0.2.1
2026-07-17T03:04:53.1012856Z    Compiling tagptr v0.2.0
2026-07-17T03:04:53.1923198Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-17T03:04:53.2361966Z    Compiling thiserror v1.0.69
2026-07-17T03:04:53.2496886Z    Compiling ref-cast v1.0.25
2026-07-17T03:04:53.2555957Z    Compiling lru-slab v0.1.2
2026-07-17T03:04:53.2839162Z    Compiling mac-addr v0.3.0
2026-07-17T03:04:53.3651010Z    Compiling identity-hash v0.1.0
2026-07-17T03:04:53.4088916Z    Compiling rustc-hash v2.1.2
2026-07-17T03:04:53.4336416Z    Compiling rustix v1.1.4
2026-07-17T03:04:53.4620677Z    Compiling foldhash v0.2.0
2026-07-17T03:04:53.4663737Z    Compiling xml-rs v0.8.28
2026-07-17T03:04:53.5770720Z    Compiling netlink-packet-route v0.30.0
2026-07-17T03:04:53.6368533Z    Compiling hashbrown v0.16.1
2026-07-17T03:04:53.8223683Z    Compiling termios v0.2.2
2026-07-17T03:04:53.8787419Z    Compiling errno v0.3.14
2026-07-17T03:04:53.9630467Z    Compiling ioctl-rs v0.1.6
2026-07-17T03:04:54.0134235Z    Compiling synstructure v0.13.2
2026-07-17T03:04:54.0452867Z    Compiling darling_core v0.20.11
2026-07-17T03:04:54.0738148Z    Compiling serde_derive_internals v0.29.1
2026-07-17T03:04:54.1066950Z    Compiling proc-macro-crate v3.5.0
2026-07-17T03:04:54.3445167Z    Compiling xmltree v0.10.3
2026-07-17T03:04:54.4252059Z    Compiling serial-core v0.4.0
2026-07-17T03:04:54.5649752Z    Compiling simple-dns v0.9.3
2026-07-17T03:04:54.5719645Z    Compiling aho-corasick v1.1.4
2026-07-17T03:04:54.5982877Z    Compiling linux-raw-sys v0.12.1
2026-07-17T03:04:54.6228289Z    Compiling regex-syntax v0.8.10
2026-07-17T03:04:54.6712733Z    Compiling resolv-conf v0.7.6
2026-07-17T03:04:54.7580982Z    Compiling signal-hook v0.3.18
2026-07-17T03:04:54.8516904Z    Compiling sha1_smol v1.0.1
2026-07-17T03:04:54.9131008Z    Compiling toml_write v0.1.2
2026-07-17T03:04:55.0702166Z    Compiling constant_time_eq v0.4.2
2026-07-17T03:04:55.0923314Z    Compiling simdutf8 v0.1.5
2026-07-17T03:04:55.1294066Z    Compiling winnow v0.7.15
2026-07-17T03:04:55.1585638Z    Compiling arrayref v0.3.9
2026-07-17T03:04:55.1994212Z    Compiling smol_str v0.1.24
2026-07-17T03:04:55.2530927Z    Compiling serial-unix v0.4.0
2026-07-17T03:04:55.3871646Z    Compiling lru v0.16.4
2026-07-17T03:04:55.4431799Z    Compiling darling_core v0.23.0
2026-07-17T03:04:55.4631359Z    Compiling signal-hook-registry v1.4.8
2026-07-17T03:04:55.6260655Z    Compiling serde_bytes v0.11.19
2026-07-17T03:04:55.8064815Z    Compiling seize v0.5.1
2026-07-17T03:04:55.8616628Z    Compiling hmac v0.12.1
2026-07-17T03:04:55.9451447Z    Compiling iroh v0.98.2
2026-07-17T03:04:55.9960848Z    Compiling pin-utils v0.1.0
2026-07-17T03:04:56.0158822Z    Compiling serde_derive v1.0.228
2026-07-17T03:04:56.0452057Z    Compiling zeroize_derive v1.4.3
2026-07-17T03:04:56.1630690Z    Compiling tokio-macros v2.7.0
2026-07-17T03:04:56.2317455Z    Compiling zerofrom-derive v0.1.7
2026-07-17T03:04:56.5893110Z    Compiling zeroize v1.8.2
2026-07-17T03:04:56.7522340Z    Compiling futures-macro v0.3.32
2026-07-17T03:04:56.8554614Z    Compiling tokio v1.52.3
2026-07-17T03:04:57.1634215Z    Compiling yoke-derive v0.8.2
2026-07-17T03:04:57.2931843Z    Compiling zerovec-derive v0.11.3
2026-07-17T03:04:57.3710982Z    Compiling displaydoc v0.2.6
2026-07-17T03:04:57.5970527Z    Compiling tracing-attributes v0.1.31
2026-07-17T03:04:57.7430128Z    Compiling zerofrom v0.1.8
2026-07-17T03:04:57.7585257Z    Compiling futures-util v0.3.32
2026-07-17T03:04:57.8581392Z    Compiling rustls-pki-types v1.14.1
2026-07-17T03:04:58.2089820Z    Compiling thiserror-impl v2.0.18
2026-07-17T03:04:58.3435692Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-17T03:04:58.5416638Z    Compiling yoke v0.8.3
2026-07-17T03:04:58.7375629Z    Compiling zerotrie v0.2.4
2026-07-17T03:04:58.7710963Z    Compiling zerovec v0.11.6
2026-07-17T03:04:58.7800842Z    Compiling darling_macro v0.20.11
2026-07-17T03:04:59.0582675Z    Compiling derive_more-impl v2.1.1
2026-07-17T03:04:59.0910433Z    Compiling darling v0.20.11
2026-07-17T03:04:59.1182853Z    Compiling n0-error-macros v0.1.3
2026-07-17T03:04:59.1487431Z    Compiling derive_builder_core v0.20.2
2026-07-17T03:04:59.1570673Z    Compiling spez v0.1.2
2026-07-17T03:04:59.3080349Z    Compiling der v0.8.0-rc.10
2026-07-17T03:04:59.5228414Z    Compiling pin-project-internal v1.1.13
2026-07-17T03:04:59.6175520Z    Compiling tinystr v0.8.3
2026-07-17T03:04:59.8305127Z    Compiling icu_locale_core v2.2.0
2026-07-17T03:04:59.9770795Z    Compiling potential_utf v0.1.5
2026-07-17T03:05:00.1370934Z    Compiling icu_collections v2.2.0
2026-07-17T03:05:00.3046956Z    Compiling n0-error v0.1.3
2026-07-17T03:05:00.5427333Z    Compiling derive_builder_macro v0.20.2
2026-07-17T03:05:00.7217192Z    Compiling ed25519-dalek v2.2.0
2026-07-17T03:05:00.7998355Z    Compiling derive_builder v0.20.2
2026-07-17T03:05:00.9121806Z    Compiling spki v0.8.0-rc.4
2026-07-17T03:05:00.9374303Z    Compiling pin-project v1.1.13
2026-07-17T03:05:01.1018773Z    Compiling icu_provider v2.2.0
2026-07-17T03:05:01.1140631Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-17T03:05:01.2140866Z    Compiling ipnet v2.12.0
2026-07-17T03:05:01.2870649Z    Compiling ed25519 v3.0.0-rc.4
2026-07-17T03:05:01.4769263Z    Compiling icu_properties v2.2.0
2026-07-17T03:05:01.5506554Z    Compiling icu_normalizer v2.2.0
2026-07-17T03:05:01.6085622Z    Compiling prefix-trie v0.8.4
2026-07-17T03:05:01.6558269Z    Compiling futures-executor v0.3.32
2026-07-17T03:05:01.7806577Z    Compiling spt-proto v0.35.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-07-17T03:05:01.9145237Z    Compiling futures v0.3.32
2026-07-17T03:05:01.9803493Z    Compiling once_cell v1.21.4
2026-07-17T03:05:01.9905249Z    Compiling cobs v0.3.0
2026-07-17T03:05:02.0172636Z    Compiling postcard-derive v0.2.2
2026-07-17T03:05:02.0370611Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-17T03:05:02.1970773Z    Compiling tracing-core v0.1.36
2026-07-17T03:05:02.4266488Z    Compiling hashbrown v0.14.5
2026-07-17T03:05:02.4342872Z    Compiling data-encoding-macro v0.1.20
2026-07-17T03:05:02.4442216Z    Compiling rustls-native-certs v0.8.4
2026-07-17T03:05:02.4749314Z    Compiling iroh-metrics-derive v0.4.1
2026-07-17T03:05:02.4912443Z    Compiling enum-assoc v1.3.0
2026-07-17T03:05:02.5876762Z    Compiling postcard v1.1.3
2026-07-17T03:05:02.8836679Z    Compiling tracing v0.1.44
2026-07-17T03:05:02.8988587Z    Compiling tokio-util v0.7.18
2026-07-17T03:05:03.0470971Z    Compiling idna_adapter v1.2.2
2026-07-17T03:05:03.1400767Z    Compiling idna v1.1.0
2026-07-17T03:05:03.1492249Z    Compiling netlink-sys v0.8.8
2026-07-17T03:05:03.1580876Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-17T03:05:03.1601188Z    Compiling tower v0.5.3
2026-07-17T03:05:03.2507807Z    Compiling async-trait v0.1.89
2026-07-17T03:05:03.2778276Z    Compiling hashlink v0.9.1
2026-07-17T03:05:03.3224645Z    Compiling strum_macros v0.28.0
2026-07-17T03:05:03.3354622Z    Compiling num_enum_derive v0.7.6
2026-07-17T03:05:03.4951210Z    Compiling netdev v0.42.0
2026-07-17T03:05:03.5350760Z    Compiling netlink-proto v0.12.0
2026-07-17T03:05:03.5700675Z    Compiling derive_more v2.1.1
2026-07-17T03:05:03.5701512Z    Compiling iroh-metrics v0.38.3
2026-07-17T03:05:03.6043497Z    Compiling iroh-relay v0.98.0
2026-07-17T03:05:03.6822112Z    Compiling url v2.5.8
2026-07-17T03:05:03.7205140Z    Compiling rusqlite v0.32.1
2026-07-17T03:05:03.7480853Z    Compiling moka v0.12.15
2026-07-17T03:05:03.8144795Z    Compiling serde_spanned v0.6.9
2026-07-17T03:05:03.8667552Z    Compiling toml_datetime v0.6.11
2026-07-17T03:05:03.8952748Z    Compiling ref-cast-impl v1.0.25
2026-07-17T03:05:03.9375396Z    Compiling thiserror-impl v1.0.69
2026-07-17T03:05:04.2120788Z    Compiling h2 v0.4.14
2026-07-17T03:05:04.4198596Z    Compiling n0-watcher v0.6.1
2026-07-17T03:05:04.4814071Z    Compiling tokio-stream v0.1.18
2026-07-17T03:05:04.5003728Z    Compiling num_enum v0.7.6
2026-07-17T03:05:04.5285359Z    Compiling toml_edit v0.22.27
2026-07-17T03:05:04.6164604Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-17T03:05:04.6784932Z    Compiling tower-http v0.6.11
2026-07-17T03:05:04.8480773Z    Compiling attohttpc v0.30.1
2026-07-17T03:05:04.9377974Z    Compiling iroh-base v0.98.0
2026-07-17T03:05:05.1541273Z    Compiling spt-store v0.35.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-07-17T03:05:05.2438415Z    Compiling webpki-roots v1.0.7
2026-07-17T03:05:05.2550576Z    Compiling regex-automata v0.4.14
2026-07-17T03:05:05.3000705Z    Compiling schemars_derive v1.2.1
2026-07-17T03:05:05.3867348Z    Compiling cmov v0.5.4
2026-07-17T03:05:05.3970474Z    Compiling bitflags v1.3.2
2026-07-17T03:05:05.4650505Z    Compiling dyn-clone v1.0.20
2026-07-17T03:05:05.5679732Z    Compiling rustix v0.38.44
2026-07-17T03:05:05.5902217Z    Compiling filedescriptor v0.8.3
2026-07-17T03:05:05.6483195Z    Compiling ctutils v0.4.2
2026-07-17T03:05:05.7706993Z    Compiling nix v0.25.1
2026-07-17T03:05:05.7780447Z    Compiling backon v1.6.0
2026-07-17T03:05:05.8090661Z    Compiling darling_macro v0.23.0
2026-07-17T03:05:05.9546348Z    Compiling papaya v0.2.4
2026-07-17T03:05:05.9610085Z    Compiling hkdf v0.12.4
2026-07-17T03:05:06.1190143Z    Compiling serial v0.4.0
2026-07-17T03:05:06.1381172Z    Compiling strum v0.28.0
2026-07-17T03:05:06.1604355Z    Compiling anstyle-parse v1.0.0
2026-07-17T03:05:06.1983132Z    Compiling vte_generate_state_changes v0.1.2
2026-07-17T03:05:06.2440603Z    Compiling iroh-dns v0.98.0
2026-07-17T03:05:06.3344011Z    Compiling shell-words v1.1.1
2026-07-17T03:05:06.4981424Z    Compiling is_terminal_polyfill v1.70.2
2026-07-17T03:05:06.5056875Z    Compiling colorchoice v1.0.5
2026-07-17T03:05:06.5093586Z    Compiling anstyle v1.0.14
2026-07-17T03:05:06.5572070Z    Compiling downcast-rs v1.2.1
2026-07-17T03:05:06.5635789Z    Compiling anstyle-query v1.1.5
2026-07-17T03:05:06.5986549Z    Compiling instability v0.3.12
2026-07-17T03:05:06.6255326Z    Compiling linux-raw-sys v0.4.15
2026-07-17T03:05:06.6546517Z    Compiling foldhash v0.1.5
2026-07-17T03:05:06.7601348Z    Compiling anstream v1.0.0
2026-07-17T03:05:06.7664695Z    Compiling vte v0.13.1
2026-07-17T03:05:06.8001021Z    Compiling hashbrown v0.15.5
2026-07-17T03:05:06.8310598Z    Compiling signal-hook-mio v0.2.5
2026-07-17T03:05:06.8968512Z    Compiling darling v0.23.0
2026-07-17T03:05:06.9384302Z    Compiling spake2 v0.4.0
2026-07-17T03:05:06.9566997Z    Compiling terminal_size v0.4.4
2026-07-17T03:05:06.9635280Z    Compiling strum_macros v0.26.4
2026-07-17T03:05:07.1037468Z    Compiling sha1 v0.10.6
2026-07-17T03:05:07.1967553Z    Compiling itertools v0.13.0
2026-07-17T03:05:07.3603913Z    Compiling castaway v0.2.4
2026-07-17T03:05:07.3750888Z    Compiling doctest-file v1.1.1
2026-07-17T03:05:07.3830677Z    Compiling schemars v1.2.1
2026-07-17T03:05:07.4560710Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-17T03:05:07.6614426Z    Compiling toml v0.8.23
2026-07-17T03:05:07.8690677Z    Compiling indoc v2.0.7
2026-07-17T03:05:07.9383515Z    Compiling static_assertions v1.1.0
2026-07-17T03:05:07.9960947Z    Compiling unicode-width v0.1.14
2026-07-17T03:05:08.3030287Z    Compiling regex v1.12.3
2026-07-17T03:05:08.3320660Z    Compiling clap_lex v1.1.0
2026-07-17T03:05:08.6202666Z    Compiling clap_builder v4.6.0
2026-07-17T03:05:08.6686566Z    Compiling crossterm v0.28.1
2026-07-17T03:05:08.9559640Z    Compiling compact_str v0.8.2
2026-07-17T03:05:09.0031360Z    Compiling interprocess v2.4.2
2026-07-17T03:05:09.2571600Z    Compiling spt-msg v0.35.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-07-17T03:05:09.5221842Z    Compiling strum v0.26.3
2026-07-17T03:05:09.6661067Z    Compiling unicode-truncate v1.1.0
2026-07-17T03:05:09.8267487Z    Compiling portable-pty v0.8.1
2026-07-17T03:05:09.9381125Z    Compiling spt-runtime v0.35.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-07-17T03:05:10.0330560Z    Compiling lru v0.12.5
2026-07-17T03:05:10.1248066Z    Compiling clap_derive v4.6.1
2026-07-17T03:05:10.1326186Z    Compiling unicode-width v0.2.0
2026-07-17T03:05:10.1982231Z    Compiling cassowary v0.3.0
2026-07-17T03:05:10.2547726Z    Compiling hyper v1.10.1
2026-07-17T03:05:10.4057826Z    Compiling spt-term v0.35.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-07-17T03:05:10.4286927Z    Compiling iana-time-zone v0.1.65
2026-07-17T03:05:10.4860830Z    Compiling ratatui v0.29.0
2026-07-17T03:05:10.5630614Z    Compiling nucleo-matcher v0.3.1
2026-07-17T03:05:10.7961176Z    Compiling chrono v0.4.45
2026-07-17T03:05:10.9408849Z    Compiling qrcode v0.14.1
2026-07-17T03:05:10.9671840Z    Compiling tempfile v3.27.0
2026-07-17T03:05:12.2461032Z    Compiling clap v4.6.1
2026-07-17T03:05:12.3254440Z    Compiling hyper-util v0.1.20
2026-07-17T03:05:13.6175134Z    Compiling spt-live v0.35.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-07-17T03:05:14.2403507Z    Compiling igd-next v0.17.1
2026-07-17T03:05:15.3812912Z    Compiling portmapper v0.16.0
2026-07-17T03:05:19.2469200Z    Compiling rustls-webpki v0.103.13
2026-07-17T03:05:21.5863875Z    Compiling tokio-rustls v0.26.4
2026-07-17T03:05:21.5866047Z    Compiling rustls-platform-verifier v0.7.0
2026-07-17T03:05:21.5866413Z    Compiling noq-proto v0.17.0
2026-07-17T03:05:21.7268508Z    Compiling hickory-net v0.26.0-beta.4
2026-07-17T03:05:21.7269217Z    Compiling hyper-rustls v0.27.9
2026-07-17T03:05:21.7269671Z    Compiling tokio-websockets v0.13.2
2026-07-17T03:05:21.8566502Z    Compiling reqwest v0.13.4
2026-07-17T03:05:22.7343013Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-17T03:05:36.2675613Z    Compiling spt-net v0.35.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-07-17T03:05:37.7350201Z    Compiling spt-daemon v0.35.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-07-17T03:05:46.5786746Z    Compiling spt v0.35.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-07-17T03:05:51.2656315Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 04s
2026-07-17T03:05:51.2885241Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-70c0c6478844d7fb)
2026-07-17T03:05:51.2897322Z 
2026-07-17T03:05:51.2897423Z running 1 test
2026-07-17T03:05:57.4765564Z test new_brain_serves_against_old_broker ... ok
2026-07-17T03:05:57.4765930Z 
2026-07-17T03:05:57.4766226Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-07-17T03:05:57.4766644Z 
